home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / dmenu1.zip / DMENU.BAT < prev    next >
DOS Batch File  |  1991-10-15  |  258b  |  17 lines

  1. @echo off
  2. rem ******************
  3. set t=c:\temp.fil
  4. rem ******************
  5.  
  6. :loop
  7. rem *******************
  8. c:\menu\rel\dougmenu.exe %1
  9. rem *******************
  10. if errorlevel = 2 %t%
  11. if errorlevel = 1 goto quit 
  12. call %t%
  13. goto loop
  14.  
  15. :quit
  16. set t=
  17.